home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / misc_src / owlgen / owlapp.h < prev    next >
C/C++ Source or Header  |  1995-11-01  |  623b  |  49 lines

  1. #ifndef __OWLAPP_H
  2. #define __OWLAPP_H
  3.  
  4. #ifndef __OWL_H
  5. #include <owl.h>
  6. #endif
  7.  
  8. #ifndef __DIALOG_H
  9. #include <dialog.h>
  10. #endif
  11.  
  12. #ifndef __CHECKBOX_H
  13. #include <checkbox.h>
  14. #endif
  15.  
  16. #ifndef __COMBOBOX_H
  17. #include <combobox.h>
  18. #endif
  19.  
  20. #ifndef __BUTTON_H
  21. #include <button.h>
  22. #endif
  23.  
  24. #ifndef __EDIT_H
  25. #include <edit.h>
  26. #endif
  27.  
  28. #ifndef __GROUPBOX_H
  29. #include <groupbox.h>
  30. #endif
  31.  
  32. #ifndef __LISTBOX_H
  33. #include <listbox.h>
  34. #endif
  35.  
  36. #ifndef __RADIOBUT_H
  37. #include <radiobut.h>
  38. #endif
  39.  
  40. #ifndef __SCROLLBA_H
  41. #include <scrollba.h>
  42. #endif
  43.  
  44. #ifndef __STATIC_H
  45. #include <static.h>
  46. #endif
  47.  
  48. #endif
  49.